home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2002-04-04  |  2.6 KB  |  128 lines

  1. object AboutBox: TAboutBox
  2.   Left = 467
  3.   Top = 262
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 280
  7.   ClientWidth = 304
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 289
  23.     Height = 225
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.     TabOrder = 0
  30.     object GenDesigner: TLabel
  31.       Left = 70
  32.       Top = 19
  33.       Width = 102
  34.       Height = 22
  35.       Caption = 'GreatFamily'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -19
  39.       Font.Name = 'Arial'
  40.       Font.Style = []
  41.       ParentFont = False
  42.       Transparent = True
  43.       IsControl = True
  44.     end
  45.     object Version: TLabel
  46.       Left = 72
  47.       Top = 44
  48.       Width = 201
  49.       Height = 29
  50.       AutoSize = False
  51.       Caption = 'Developer'#39's version'
  52.       Transparent = True
  53.       WordWrap = True
  54.       IsControl = True
  55.     end
  56.     object Copyright: TLabel
  57.       Left = 72
  58.       Top = 115
  59.       Width = 93
  60.       Height = 13
  61.       Caption = 'All Rights Reserved'
  62.       Transparent = True
  63.       IsControl = True
  64.     end
  65.     object Image1: TImage
  66.       Left = 27
  67.       Top = 20
  68.       Width = 32
  69.       Height = 32
  70.       AutoSize = True
  71.       Picture.Data = {<image000.ico>}
  72.     end
  73.     object Label3: TLabel
  74.       Left = 72
  75.       Top = 72
  76.       Width = 209
  77.       Height = 25
  78.       AutoSize = False
  79.       Caption = 'Please register!'
  80.       Transparent = True
  81.       WordWrap = True
  82.       IsControl = True
  83.     end
  84.     object Label4: TLabel
  85.       Left = 72
  86.       Top = 99
  87.       Width = 159
  88.       Height = 13
  89.       Caption = 'Copyright ∩┐╜ 2002 GreatProgs ans'
  90.       Transparent = True
  91.       IsControl = True
  92.     end
  93.     object Label1: TLabel
  94.       Left = 72
  95.       Top = 172
  96.       Width = 201
  97.       Height = 29
  98.       AutoSize = False
  99.       Caption = 'Please visit our website for upgrades and new releases.'
  100.       Transparent = True
  101.       WordWrap = True
  102.       IsControl = True
  103.     end
  104.     object Label2: TLabel
  105.       Left = 72
  106.       Top = 145
  107.       Width = 177
  108.       Height = 30
  109.       AutoSize = False
  110.       Caption = 'www.greatprogs.com'
  111.       Transparent = True
  112.       WordWrap = True
  113.       IsControl = True
  114.     end
  115.   end
  116.   object OKButton: TButton
  117.     Left = 123
  118.     Top = 244
  119.     Width = 75
  120.     Height = 25
  121.     Caption = 'OK'
  122.     Default = True
  123.     ModalResult = 1
  124.     TabOrder = 1
  125.     OnClick = OKButtonClick
  126.   end
  127. end
  128.